Validate user details
GET /api/v1/users/
Description
Validate user details for a specific country and tenant.
Headers:
- Content-Type: application/json
- Key:
service-api-key(Required) - Key:
service-api-code(Required)
URL: /api/v1/users/:userId/countries/:countryCode/tenants/:tenantId/validate-details?businessId=
Path Parameters:
userId(Required): User IDcountryCode(Required): Country codetenantId(Required): Tenant ID
Query Parameter:
businessId(Required): Business ID
Response: The response is "OK" with a code of 200.
/api/v1/users/:userId/countries/:countryCode/tenants/:tenantId/validate-details?businessId=<string>
Headers
| Content-Type | Value |
|---|---|
| service-api-key | string |
Headers
| Content-Type | Value |
|---|---|
| service-api-code | string |
Query Params
| Param | value |
|---|---|
| businessId | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/users/ \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!